-
It is known that we are putting random seeds to ensure the same results are repeated every time we run …
- 386 views
- 0 answers
- 0 votes
-
I am wondering how I can formate my data, a list of 1000 numeric features, into a shape that my …
- 403 views
- 2 answers
- 0 votes
-
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update …
- 393 views
- 0 answers
- 0 votes
-
I have an image classification problem and I want to use the pretrained model EfficicentNetB0 (keras applications: https://keras.io/api/applications/efficientnet/#efficientnetb0-function and the …
- 747 views
- 1 answers
- 0 votes
-
I created the following model: def create_model(input_shape = (7, 7, 1280)): input_img = Input(shape=input_shape) backbone = Flatten(input_shape(7, 7, 1280)) (input_img) …
- 0 views
- 1 answers
- 0 votes
-
I am trying to implement a convolutional LSTM I found online, and it seems that the dictionary keys are not …
- 382 views
- 1 answers
- 0 votes
-
I have the weight and bias values for each layer of the VGG model saved as a .h5 file. I …
- 408 views
- 0 answers
- 0 votes
-
I would like to do a comparison of a test image (which could be a building e.g. a house – …
- 385 views
- 0 answers
- 0 votes